net/http.http2Transport.now (method)
7 uses
net/http (current package)
h2_bundle.go#L7484: func (t *http2Transport) now() time.Time {
h2_bundle.go#L7493: return t.now().Sub(when)
h2_bundle.go#L8121: lastActive: t.now(),
h2_bundle.go#L9036: cc.lastActive = cc.t.now()
h2_bundle.go#L9376: cc.lastActive = cc.t.now()
h2_bundle.go#L9379: cc.lastIdle = cc.t.now()
h2_bundle.go#L9472: idleTime := cc.t.now().Sub(cc.lastActive)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)